cody - HTMLify profile
files of /cody/solygambas/html-css-javascript-projects/071-speech text reader/
<!-- Reference: https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesis -->
<!DOCTYPE html>
<html lang="en">
<head>
<!DOCTYPE html>
<html lang="en">
<head>
const main = document.querySelector("main");
const voicesSelect = document.getElementById("voices");
const textarea = document.g
const voicesSelect = document.getElementById("voices");
const textarea = document.g